OfflineRegionDefinition

This is the interface that all Offline Region definitions have to implement.

For the present, a tile pyramid is the only type of offline region.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
abstract val bounds: LatLngBounds?

Gets the bounds of the OfflineRegion.

Link copied to clipboard

Specifies whether to include ideographic glyphs in downloaded font data. Ideographic glyphs make up the majority of downloaded font data, but it is possible to configure the renderer to use locally installed fonts instead of relying on fonts downloaded as part of the offline pack.

Link copied to clipboard
abstract val maxZoom: Double

Gets the maximum zoom level the OfflineRegion map can be displayed at.

Link copied to clipboard
abstract val minZoom: Double

Gets the minimum zoom level the OfflineRegion map can be displayed at.

Link copied to clipboard
abstract val pixelRatio: Float

Gets the pixel ratio of the OfflineRegion map.

Link copied to clipboard
abstract val styleURL: String?

Returns the map style url of the OfflineRegion.

Link copied to clipboard
abstract val type: String

Gets the type of the OfflineRegionDefinition ("tileregion", "shaperegion").

Inheritors

Link copied to clipboard
Link copied to clipboard